From c99e640f1cb009b1d95475969b0a5f93778be6f9 Mon Sep 17 00:00:00 2001 From: rominique Date: Fri, 3 May 2024 09:06:50 +0200 Subject: [PATCH] correstion de syntax --- templates/php_WP_conf.j2 | 4 ++-- templates/php_gestion_conf.j2 | 4 ++-- templates/php_paheko_conf.j2 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/php_WP_conf.j2 b/templates/php_WP_conf.j2 index 0e127bc..321bd91 100644 --- a/templates/php_WP_conf.j2 +++ b/templates/php_WP_conf.j2 @@ -1,4 +1,4 @@ -[{{ TLD}}/{{ DOMAIN}}/{{ SITE}}] +[{{ TLD }}/{{ DOMAIN }}/{{ SITE }}] user = php_{{ SIGLE }}_{{ SITE }} group = php_{{ SIGLE }}_{{ SITE }} @@ -12,4 +12,4 @@ pm.max_children = 10 pm.process_idle_timeout = 60s pm.max_requests = 500 -access.log = /home/sites/log/php/fpm/{{ TLD}}/{{ DOMAIN}}/{{ SITE}}/access.log \ No newline at end of file +access.log = /home/sites/log/php/fpm/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/access.log \ No newline at end of file diff --git a/templates/php_gestion_conf.j2 b/templates/php_gestion_conf.j2 index 5abb624..e65b214 100644 --- a/templates/php_gestion_conf.j2 +++ b/templates/php_gestion_conf.j2 @@ -1,4 +1,4 @@ -[{{ TLD}}/{{ DOMAIN}}/{{ SITE}}] +[{{ TLD }}/{{ DOMAIN }}/{{ SITE }}] user = php_{{ SIGLE }}_{{ SITE }} group = php_{{ SIGLE }}_{{ SITE }} @@ -12,4 +12,4 @@ pm.start_servers = 2 pm.min_spare_servers = 1 pm.max_spare_servers = 3 -access.log = /home/sites/log/php/fpm/{{ TLD}}/{{ DOMAIN}}/{{ SITE}}/access.log \ No newline at end of file +access.log = /home/sites/log/php/fpm/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/access.log \ No newline at end of file diff --git a/templates/php_paheko_conf.j2 b/templates/php_paheko_conf.j2 index 5abb624..e65b214 100644 --- a/templates/php_paheko_conf.j2 +++ b/templates/php_paheko_conf.j2 @@ -1,4 +1,4 @@ -[{{ TLD}}/{{ DOMAIN}}/{{ SITE}}] +[{{ TLD }}/{{ DOMAIN }}/{{ SITE }}] user = php_{{ SIGLE }}_{{ SITE }} group = php_{{ SIGLE }}_{{ SITE }} @@ -12,4 +12,4 @@ pm.start_servers = 2 pm.min_spare_servers = 1 pm.max_spare_servers = 3 -access.log = /home/sites/log/php/fpm/{{ TLD}}/{{ DOMAIN}}/{{ SITE}}/access.log \ No newline at end of file +access.log = /home/sites/log/php/fpm/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/access.log \ No newline at end of file -- 2.20.1